Get Config By Tenant And Service
GET /api/v1/tenants/:tenantId/services/:serviceId/config
Description
Retrieve the configuration for a specific tenant and service.
Request
- Headers:
- service-api-key: (Required)
- service-api-code: (Required)
- URL:
- Raw URL:
/api/v1/tenants/:tenantId/services/:serviceId/config - Host:
- Path:
/api/v1/tenants/:tenantId/services/:serviceId/config - Variables:
- tenantId: (Required)
- serviceId: (Required)
- Raw URL:
Response:
- Status: OK (200)
/api/v1/tenants/:tenantId/services/:serviceId/config
Headers
| Content-Type | Value |
|---|---|
| service-api-key | string |
Headers
| Content-Type | Value |
|---|---|
| service-api-code | string |
Response: 200
LANGUAGE
CURL REQUEST
curl --request GET \
--url /api/v1/tenants/:tenantId/services/:serviceId/config \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!